type vendor/golang.org/x/text/unicode/norm.iterFunc

4 uses

	vendor/golang.org/x/text/unicode/norm (current package)
		forminfo.go#L58: 	nextMain                 iterFunc
		iter.go#L22: 	next   iterFunc   // implementation of next depends on form
		iter.go#L23: 	asciiF iterFunc
		iter.go#L29: type iterFunc func(*Iter) []byte